Overview
Index
Root resource
summary: resource |
method
detail:
method
Path:
/
workflows
/
{wid}
/
executions
/
{eid}
/ start
Path parameters:
wid
-
eid
-
Method Summary
Resource
Description
PUT /workflows/{wid}/executions/{eid}/start
Method Detail
HTTP Example:
PUT /workflows/{wid}/executions/{eid}/start
API Example:
WorkflowResource.startExecution({'wid': …,
'eid': …});
Output:
void
Overview
Index
Root resource
summary: resource |
method
detail:
method